home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-01-08 | 18.3 KB | 384 lines |
- [Aliases]
- n0=op /mode # +ooo $$1 $2 $3
- n1=dop /mode # -ooo $$1 $2 $3
- n2=j /join #$$1
- n3=p /part #
- n4=n /names #$$1
- n5=w /whois $$1
- n6=k /kick # $$1
- n7=q /query $$1
- n8=hop /part # | /join #$$1
- n9=send /dcc send $1 $2
- n10=chat /dcc chat $1
- n11=ping /ctcp $$1 ping
- n12=away {
- n13= if $1 != $null { away *1 | .timer200 off | echo 12 Auto Away deactivated, manual Away set:10 *1 }
- n14= else { .timer200 0 1 if ( $!idle = %idle ) /idle | echo 12 Away Deactivated:2 Auto Away reactivated | away }
- n15=}
- n16=F1 {
- n17= if $chatme != yes {
- n18= if %connect == $null || %email == $null || %password == $null {
- n19= echo 4 -a Error in setup
- n20= echo 2 -a Please press12 F52 to correct this error }
- n21= else {
- n22= echo 2 -a Connecting to mail server, Please wait
- n23= echo 2 -a Checking mail for:12 %email
- n24= raw -q privmsg $me :DCC CHAT CHAT %connect 110 $+
- n25= .enable #check
- n26= .timer300 60 60 invalid
- n27= }
- n28= }
- n29= else {
- n30= .enable #getmail
- n31= msg = $+ $me retr %number
- n32= inc %number
- n33= }
- n34=}
- n35=F2 {
- n36= if $chatme != yes {
- n37= if %connect == $null || %email == $null || %password == $null {
- n38= echo 4 -a Error in setup
- n39= echo 2 -a Please press12 F52 to correct this error }
- n40= else {
- n41= set %rcpt $$?="Who would you like to email?"
- n42= set %subject $?="Please enter E-Mail Subject"
- n43= set %message $$?="You may now enter your email message"
- n44= :loop
- n45= if $len(%message) >= 255 { set %message $$?="There is a 256 char limit in mIRC, reenter:" }
- n46= if $len(%message) >= 255 goto loop
- n47= raw -q privmsg $me :DCC CHAT CHAT %connect 25 $+
- n48= .timer300 60 60 invalid
- n49= .enable #mail
- n50= }
- n51= }
- n52= else {
- n53= set %delete [ [ %number ] - 1 ]
- n54= msg = $+ $me dele %delete
- n55= echo 2 -a Message12 %delete 2has been deleted
- n56= unset %delete
- n57= }
- n58=}
- n59=F3 {
- n60= if $chatme != yes { setup }
- n61= else {
- n62= close -m Hawkee $+ $chr(160) $+ Pro $+ $chr(160) $+ v2.0 $+ $chr(160) $+ Mail $+ $chr(160) $+ Server
- n63= close -c $me
- n64= }
- n65=}
- n66=F4 general
- n67=F5 {
- n68= .timer300 off
- n69= set %email $?="Please enter your email address"
- n70= set %pop $$?="Please enter your mail server's POP domain"
- n71= set %password $$?="Please enter you E-Mail password"
- n72= .enable #checkdomain
- n73= .timer300 60 60 invalid
- n74= .dns %pop
- n75=}
- n76=F6 set %sound $file="Hawkee JukeBox, pick one:" [ $mircdir $+ wavs\*.wav ] | if %sound != $null { splay %sound | .timer204 10 1 /title2 | .timer205 1 10 .timer203 0 1 /title | .timer203 off | echo 2 Playing Wav sound:12 $+ %sound $+ }
- n77=F7 set %sound $file="Hawkee JukeBox, pick one" [ $mircdir $+ midi\*.mid ] | if %sound != $null { splay %sound | .timer204 10 1 /title2 | .timer205 1 10 .timer203 0 1 /title | .timer203 off | echo 2 Playing Midi song:12 $+ %sound $+ }
- n78=F8 splay %sound | .timer204 10 1 /title2 | .timer205 1 10 .timer203 0 1 /title | .timer203 off
- n79=F9 splay stop | .timer204 off | .timer203 0 1 /title
- n80=who who *1 | .enable #who
- n81=chatme {
- n82= set %loop 1
- n83= :loop
- n84= if %loop > $chat(0) goto end
- n85= if $chat(%loop) == $me { return yes | goto end }
- n86= inc %loop
- n87= goto loop
- n88= :end
- n89=}
- n90=kban {
- n91= .ruser kick *!*@ $+ $$2
- n92= mode $$1 +b *!*@ $+ $site
- n93= if $$4 == 1 kick $$1 $$3 Channel Flood detected, 30 second ban
- n94= if $$4 == 2 kick $$1 $$3 Swearing is prohibited in this channel, 30 second ban
- n95= if $$4 == 3 kick $$1 $$3 Nick Flood detected, 30 second ban
- n96= if $$4 == 4 kick $$1 $$3 Message exceeds 400 characters, 30 second ban
- n97= .timer 1 30 mode $chan -b *!*@ $+ $$2
- n98=}
- n99=gets {
- n100= set %result 0
- n101= set %loop 1
- n102= :loop
- n103= if %loop > $send(0) goto end
- n104= if $send(%loop) == $$1 inc %result
- n105= inc %loop
- n106= goto loop
- n107= :end
- n108= return %result
- n109=}
- n110=in {
- n111= set %loop 1
- n112= set %number 0
- n113= :loop
- n114= if %loop > $ial(*,0) goto end
- n115= if (($ial(*,%loop).host == $$1) && ($ial(*,%loop).nick ison $$2)) { inc %number
- n116= set % $+ $ial(*,%loop).host [ % [ $+ [ $ial(*,%loop).host ] ] ] $+ $ial(*,%loop).nick $+ , $+ $chr(160) }
- n117= inc %loop
- n118= goto loop
- n119= :end
- n120= set %nicks % [ $+ [ $$1 ] ]
- n121= set %letters [ [ [ $len(%nicks) - 2 ] ] ]
- n122= set % $+ $$1 $left(%letters,%nicks) $+
- n123= unset %nicks | unset %letters
- n124= return %number
- n125=}
- n126=inchan {
- n127= set %loop 1
- n128= set %number 0
- n129= :loop
- n130= if %loop > $ial(*,0) goto end
- n131= if (($ial(*,%loop).host == $$1) && ($ial(*,%loop).nick ison $$2)) inc %number
- n132= inc %loop
- n133= goto loop
- n134= :end
- n135= return %number
- n136=}
- n137=color {
- n138= set %phrase *1
- n139= set %loop 1
- n140= set %newphrase 0
- n141= :loop
- n142= if %loop > $len(%phrase) goto end
- n143= if $mid(%loop,1,%phrase) isin 0123456789 set %mid $+ $r(10,15) $+ $mid(%loop,1,%phrase)
- n144= else set %mid $+ $r(1,15) $+ $mid(%loop,1,%phrase)
- n145= if $asc($mid(%loop,1,%phrase)) == 32 set %newphrase %newphrase $+ $chr(160)
- n146= else set %newphrase %newphrase $+ %mid
- n147= inc %loop
- n148= goto loop
- n149= :end
- n150= say %newphrase
- n151=}
- n152=awaylist {
- n153= echo 12 $$1 2Hawkee12 Scanning for users who are Away in 2 $+ $$1 $+ 12
- n154= set %chan $$1 | .enable #away | .raw who $$1 | set %away 0
- n155=}
- n156=ircop {
- n157= set %count 0
- n158= set %loop 1
- n159= :count
- n160= if ( $nick(0,$$1) < %loop ) goto next
- n161= if ( $level($address($nick(%loop,$$1),1)) == ircop ) inc %count 1
- n162= inc %loop
- n163= goto count
- n164= :next
- n165= if ( %count == 0 ) goto none
- n166= echo 12 $$1 Listing IRC operators for channel 2 $+ $$1 $+ 12
- n167= set %loop 1
- n168= :scan
- n169= if ( $nick(0,$$1) < %loop ) goto end
- n170= if ( $level($address($nick(%loop,$$1),1)) == ircop ) echo 2 IRCop: 12 $nick(%loop,$$1)
- n171= inc %loop
- n172= goto scan
- n173= :end
- n174= echo 12 $$1 2Hawkee12 List of2 %count 12IRC operator(s) complete
- n175= halt
- n176= :none
- n177= echo 12 $$1 2Hawkee12 IRC operators for $$1 $+ : 2None
- n178=}
- n179=invalid {
- n180= close -c $me
- n181= .timer300 off
- n182= echo 2 -
- n183= echo 4 Connection to mail server timed out
- n184= echo 12 Please try one of the following to obtain a connection:
- n185= echo 12 1:2 Try entering the Mail prefix ex: 10mail2.geocities.com
- n186= echo 12 2:2 Make sure you have entered only the domain
- n187= echo 12 3:2 Be sure you are attempting to connect to a POP3 account
- n188= echo 12 4:2 Attempt connection later
- n189= echo 10 You may press2 F510 to re-enter your POP server address
- n190= echo 2 -
- n191= unset %send
- n192= .disable #checkdomain
- n193= .disable #check
- n194= .disable #mail
- n195=}
- n196=init {
- n197= :back
- n198= if %email == $null { set %email $?="Please enter your email address"
- n199= set %pop $$?="Please enter your mail server's POP domain"
- n200= set %password $?="Enter password used to check mail"
- n201= if %email == $null || %password == $null || %pop == $null goto back
- n202= .enable #checkdomain
- n203= .timer300 30 30 invalid
- n204= .timer 1 10 .dns %pop
- n205= }
- n206= echo 12 $chr(160)
- n207= echo 12 $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) 2H14a10w14k10e2e Pro 4v2.0 12 $chr(160) $chr(160) $+ $chr(160) $chr(160) $chr(160) $chr(160)
- n208= echo 12 $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) 2Initializing... 12 $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160)
- n209= echo 12 $chr(160)
- n210= titlebar -=Hawkee=- $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) Pro v2.0
- n211= titlebar $chr(160) -=Hawkee=- $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) Pro v2.0
- n212= titlebar $chr(160) $chr(160) -=Hawkee=- $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) Pro v2.0
- n213= titlebar $chr(160) $chr(160) $chr(160) -=Hawkee=- $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) Pro v2.0
- n214= titlebar $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) Pro v2.0
- n215= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) Pro v2.0
- n216= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) Pro v2.0
- n217= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) Pro v2.0
- n218= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) Pro v2.0
- n219= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- $chr(160) $chr(160) $chr(160) Pro v2.0
- n220= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- $chr(160) Pro v2.0
- n221= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- Pro v2.0
- n222= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- Pro v2.0
- n223= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- Pro v2.0
- n224= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- Pro v2.0
- n225= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- Pro v2.0
- n226= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- Pro v2.0
- n227= titlebar $chr(160) $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- Pro v2.0
- n228= titlebar $chr(160) $chr(160) $chr(160) $chr(160) -=Hawkee=- Pro v2.0
- n229= titlebar $chr(160) $chr(160) $chr(160) -=Hawkee=- Pro v2.0
- n230= titlebar $chr(160) $chr(160) -=Hawkee=- Pro v2.0
- n231= titlebar $chr(160) -=Hawkee=- Pro v2.0
- n232= titlebar -=Hawkee=- Pro v2.0
- n233= echo 12 2Hawkee12 Pro v2.0 for mIRC v4.7 copyrightâ 1996
- n234= echo 12 2Hawkee12 E-mail: 10Hawkee@hawkee.com
- n235= echo 12 2Hawkee12 Homepage: 10http://www.hawkee.com
- n236= .pdcc 50000
- n237= .flood on
- n238= unset %^*
- n239= unset %send
- n240= .rlevel ircop
- n241= .rlevel 15
- n242= .auser 15 $me
- n243= unset %advertise*
- n244= set %currentad 100
- n245= .timer200 0 1 if ( $!idle = %idle ) /idle
- n246= .timer203 0 1 /title
- n247= echo 12 Auto-Away initialized to 10 $duration(%idle)
- n248= echo 12 Giving 2 $+ $me $+ 12 master level
- n249= echo 12 Initialization complete...
- n250=}
- n251=fservip {
- n252= set %loop 1
- n253= :loop
- n254= if %loop > $fserv(0) goto end
- n255= if $fserv(%loop) == $$1 goto end
- n256= inc %loop
- n257= goto loop
- n258= :end
- n259= return $fserv(%loop).ip
- n260=}
- n261=opin {
- n262= set %loop 1
- n263= :loop
- n264= if %loop > $opnick(0,$$1) goto end
- n265= if $opnick(%loop,$$1) == $me { return true | halt }
- n266= inc %loop
- n267= goto loop
- n268= :end
- n269= return false
- n270=}
- n271=title titlebar -=Hawkee=- Pro v2.0 $+ Idle time: $duration($idle) $+
- n272=title2 titlebar -=Hawkee=- Pro v2.0 $+ Idle time: $duration($idle) $+ Playing Sound: $+ $nopath(%sound) $+
- n273=idle {
- n274= away Idle away: $duration(%idle) of no action
- n275= echo 12 -a 2 $+ $me $+ 12 Auto-Away activated, no action for2 $duration(%idle)
- n276= if $channel(0) > 0 ame has been marked as away for an idle time of $duration(%idle) $+ Hawkee Pro v2.0 $+
- n277= .timer200 off
- n278= set %gone %idle
- n279= .timer201 0 1 if ( $!idle < 10 ) /idle2
- n280= .timer202 0 1 inc %gone
- n281=}
- n282=idle2 {
- n283= echo 12 -a Welcome back2 $me 122 $+ Away for $duration(%gone) $+ 12
- n284= away
- n285= if $channel(0) > 0 ame has shown movement, Auto-Away deactivated Total time gone: $duration(%gone) $+ Hawkee Pro v2.0 $+
- n286= .timer201 off
- n287= .timer202 off
- n288= .timer200 0 1 if ( $!idle == %idle ) /idle
- n289=}
- n290=unleech {
- n291= if (% [ $+ [ $$1 [ $+ leech ] ] ] == $null) { echo 12 User2 $$1 12 does not have leech access }
- n292= else { /unset % [ $+ [ $$1 [ $+ leech ] ] ] | /notice $$1 You have lost your leech access on %command }
- n293=}
- n294=unban {
- n295= if (% [ $+ [ $$1 [ $+ ban ] ] ] == $null) { echo 12 User2 $$1 12is not banned from your fserve }
- n296= else { .ruser banned $$1 $+ ! | /unset % [ $+ [ $$1 [ $+ ban ] ] ] | notice $$1 You have been unbanned from %command }
- n297=}
- n298=info { echo 12 User info for 2 $+ $$1 $+
- n299= if ( % [ $+ [ ( [ $+ [ $$1 [ $+ [ ) ] ] ] ] ] ] == $null ) { echo 12 Credits: 2None }
- n300= else { echo 12 Credits:2 % [ $+ [ ( [ $+ [ $$1 [ $+ [ ) ] ] ] ] ] ] }
- n301= if ( % [ $+ [ $$1 [ $+ ban ] ] ] == $null ) { echo 12 Ban status: 2Not banned }
- n302= else { echo 12 Ban status:2 Banned: % [ $+ [ $$1 [ $+ ban ] ] ] }
- n303= if ( % [ $+ [ $$1 [ $+ leech ] ] ] == $null) { echo 12 Leech access:2 Off }
- n304= else { echo 12 Leech access:2 On }
- n305= if % [ $+ [ $$1 [ $+ [ sent ] ] ] ] == $null echo 12 Files sent from2 $$1 1002
- n306= else echo 12 Files sent from2 $$1 10 $+ % [ $+ [ $$1 [ $+ [ sent ] ] ] ] $+ 2
- n307= if % [ $+ [ $$1 [ $+ [ download ] ] ] ] == $null echo 12 Files sent to2 $$1 1002
- n308= else echo 12 Files sent to2 $$1 10 $+ % [ $+ [ $$1 [ $+ [ download ] ] ] ] $+ 2
- n309=}
- n310=email {
- n311= echo 2 -a -=-=-=-=-=-=-=Current setup for 10Hawkee2 Pro v2.0=-=-=-=-=-=-
- n312= echo 2 -a E-Mail address:12 %email
- n313= echo 2 -a Pop server address:12 %pop
- n314= echo 2 -a E-Mail password for Pop access:12 %password
- n315= echo 2 -a Press12 F12 to check mail and12 F22 to send mail
- n316= echo 2 -a -=-=-=-=-=-=-=-=-=-=-=-=-=12End of Setup2=-=-=-=-=-=-=-=-=-=-=-=-=-
- n317=}
- n318=general {
- n319= echo 2 -a -=-=-=-=-=-=-=Current setup for 10Hawkee2 Pro v2.0=-=-=-=-=-=-
- n320= echo 2 -a Max clones allowed per channel-->12 %allowed
- n321= echo 2 -a Swear Protection-->12 %swear
- n322= echo 2 -a Channel Protection-->12 %channel
- n323= echo 2 -a Auto Away activated after-->12 $duration(%idle)
- n324= echo 2 -a Max CTCP's before flood protection activated-->12 %flood
- n325= echo 2 -a Kick after a channel flood of12 %chanflood 2messages
- n326= echo 2 -a Kick after a nick flood of12 %nickflood 2nick changes
- n327= echo 2 -a -=-=-=-=-=-=-=-=-=-=-=-=-=12End of Setup2=-=-=-=-=-=-=-=-=-=-=-=-=-
- n328=}
- n329=setup {
- n330= echo 2 -a -=-=-=-=-=-=-=Current setup for10 $me $+ 's2 fserve=-=-=-=-=-=-=-
- n331= echo 2 -a Access command for fserve-->12 %command 2 Fserve is12 %active
- n332= echo 2 -a Fserve directory-->12 %directory
- n333= echo 2 -a Ratio-->12 1: $+ [ %ratio ] $chr(160) $chr(160) 2Ratio is12 %ratiostatus
- n334= echo 2 -a IRCop Blocking is12 %block
- n335= echo 2 -a Gambling is12 %gamble $chr(160) $chr(160) 2Auto Advertising is12 %joinad
- n336= echo 2 -a Max sends to each user:12 %maxgets $chr(160) 2Max gets at one time:12 %maxsends
- n337= echo 2 -a Welcome file for fserve-->12 %welcome
- n338= echo 2 -a Starting credits for new users-->12 %start
- n339= echo 2 -a Horse names for the races-->12 %horse1 $+ ,10 %horse2 $+ ,2 and14 %horse3
- n340= echo 2 -a -=-=-=-=-=-=-=-=-=-=-=-=-=10End of Setup2=-=-=-=-=-=-=-=-=-=-=-=-=-
- n341=}
- n342=chan {
- n343= set %loop 1
- n344= set %count 0
- n345= :count
- n346= if ( $nick(0,$$1) < %loop ) goto next
- n347= if ( $level($address($nick(%loop,$$1),1)) == ircop ) inc %count 1
- n348= inc %loop
- n349= goto count
- n350= :next
- n351= echo 2 -a 12Hawkee2 $$1 IRCops:12 %count
- n352= echo 2 -a 12Hawkee2 $$1 Ops:12 $opnick(0,$$1)
- n353= echo 2 -a 12Hawkee2 $$1 Non-Ops:12 $nopnick(0,$$1)
- n354= echo 2 -a 12Hawkee2 $$1 Total Users:12 $nick(0,$$1)
- n355= echo 2 -a 12Hawkee2 end of 12 $+ $$1 $+ 2 Status
- n356=}
- n357=clones {
- n358= echo 2 12Hawkee2 Searching for clones in 12 $+ $$1 $+ 2
- n359= set %loops 1
- n360= set %count 1
- n361= :loop
- n362= if %loops > $nick(%loops,$$1) { goto finish | set %loops 1 }
- n363= if $ial($address($nick(%loops,$$1),2),0) > 1 {
- n364= if $inchan($remove($address($nick(%loops,$$1),2),*!*@),$$1) == $ial($address($nick(%loops,$$1),2),0) {
- n365= if %done [ $+ [ $address($nick(%loops,$$1),2) ] ] == $null { set % $+ clone $+ $remove($address($nick(%loops,$$1),2),*!*@) $+ $nick(%loops,$$1) | set %done $+ $address($nick(%loops,$$1),2) 0 }
- n366= else set % $+ clone $+ $remove($address($nick(%loops,$$1),2),*!*@) [ % [ $+ [ clone [ $+ [ $remove($address($nick(%loops,$$1),2),*!*@) ] ] ] ] ] $+ , $+ $chr(160) $+ $nick(%loops,$$1)
- n367= inc %done $+ $address($nick(%loops,$$1),2)
- n368= if %done [ $+ [ $address($nick(%loops,$$1),2) ] ] == $ial($address($nick(%loops,$$1),2),0) {
- n369= echo 2 Clone set 10 $+ %count $+ :12 % [ $+ [ clone [ $+ [ $remove($address($nick(%loops,$$1),2),*!*@) ] ] ] ] $+
- n370= echo 2 Cloning Address: 14 $+ $remove($address($nick(%loops,$$1),2),*!*@) $+ 2
- n371= inc %count }
- n372= }
- n373= }
- n374= inc %loops | goto loop
- n375= :finish
- n376= unset %clone*
- n377= unset %done*
- n378= set %count [ [ %count ] - 1 ]
- n379= if %count != $null echo 2 12Hawkee2 Total:12 %count 2clone set(s) in 12 $+ $$1 $+ 2
- n380= unset %count
- n381=}
-